Cufflinks also provides a wide set of tools for color managements; including color conversion across multiple spectrums and color table generation.


In [1]:
import cufflinks as cf

Colors can be represented as strings:

HEX "#db4052"
RGB "rgb(219, 64, 82)"
RGBA "rgba(219, 64, 82, 1.0)"

Color Conversions


In [2]:
# The colors module includes a pre-defined set of commonly used colors
cf.colors.cnames


Out[2]:
{'aliceblue': '#F0F8FF',
 'antiquewhite': '#FAEBD7',
 'aqua': '#00FFFF',
 'aquamarine': '#7FFFD4',
 'azure': '#F0FFFF',
 'beige': '#F5F5DC',
 'bisque': '#FFE4C4',
 'black': '#000000',
 'blanchedalmond': '#FFEBCD',
 'blue': '#3780bf',
 'bluegray': '#565656',
 'bluepurple': '#6432AB',
 'blueviolet': '#8A2BE2',
 'brick': '#E24A33',
 'brightblue': '#0000FF',
 'brightred': '#FF0000',
 'brown': '#A52A2A',
 'burlywood': '#DEB887',
 'cadetblue': '#5F9EA0',
 'charcoal': '#151516',
 'chartreuse': '#7FFF00',
 'chocolate': '#D2691E',
 'coral': '#FF7F50',
 'cornflowerblue': '#6495ED',
 'cornsilk': '#FFF8DC',
 'crimson': '#DC143C',
 'cyan': '#00FFFF',
 'darkblue': '#00008B',
 'darkcyan': '#008B8B',
 'darkgoldenrod': '#B8860B',
 'darkgray': '#A9A9A9',
 'darkgreen': '#006400',
 'darkgrey': '#A9A9A9',
 'darkkhaki': '#BDB76B',
 'darkmagenta': '#8B008B',
 'darkolivegreen': '#556B2F',
 'darkorange': '#FF8C00',
 'darkorchid': '#9932CC',
 'darkred': '#8B0000',
 'darksalmon': '#E9967A',
 'darkseagreen': '#8FBC8F',
 'darkslateblue': '#483D8B',
 'darkslategray': '#2F4F4F',
 'darkslategrey': '#2F4F4F',
 'darkturquoise': '#00CED1',
 'darkviolet': '#9400D3',
 'deeppink': '#FF1493',
 'deepskyblue': '#00BFFF',
 'dimgray': '#696969',
 'dimgrey': '#696969',
 'dodgerblue': '#1E90FF',
 'firebrick': '#B22222',
 'floralwhite': '#FFFAF0',
 'forestgreen': '#228B22',
 'fuchsia': '#FF00FF',
 'gainsboro': '#DCDCDC',
 'ghostwhite': '#F8F8FF',
 'gold': '#FFD700',
 'goldenrod': '#DAA520',
 'grassgreen': '#32ab60',
 'gray': '#808080',
 'green': '#008000',
 'greenyellow': '#ADFF2F',
 'grey': '#808080',
 'grey01': '#0A0A0A',
 'grey02': '#151516',
 'grey03': '#1A1A1C',
 'grey04': '#1E1E21',
 'grey05': '#252529',
 'grey06': '#36363C',
 'grey07': '#3C3C42',
 'grey08': '#434343',
 'grey09': '#666570',
 'grey10': '#666666',
 'grey11': '#8C8C8C',
 'grey12': '#C2C2C2',
 'grey13': '#E2E2E2',
 'grey14': '#E5E5E5',
 'henanigans_bg': '#242424',
 'henanigans_blue1': '#5F95DE',
 'henanigans_blue2': '#93B6E6',
 'henanigans_cyan1': '#7EC4CF',
 'henanigans_cyan2': '#B6ECF3',
 'henanigans_dark1': '#040404',
 'henanigans_dark2': '#141414',
 'henanigans_dialog1': '#444459',
 'henanigans_dialog2': '#5D5D7A',
 'henanigans_green1': '#8BD155',
 'henanigans_green2': '#A0D17B',
 'henanigans_grey1': '#343434',
 'henanigans_grey2': '#444444',
 'henanigans_light1': '#A4A4A4',
 'henanigans_light2': '#F4F4F4',
 'henanigans_orange1': '#EB9E58',
 'henanigans_orange2': '#EBB483',
 'henanigans_purple1': '#C98FDE',
 'henanigans_purple2': '#AC92DE',
 'henanigans_red1': '#F77E70',
 'henanigans_red2': '#DE958E',
 'henanigans_yellow1': '#E8EA7E',
 'henanigans_yellow2': '#E9EABE',
 'honeydew': '#F0FFF0',
 'hotpink': '#FF69B4',
 'indianred': '#CD5C5C',
 'indigo': '#4B0082',
 'ivory': '#FFFFF0',
 'java': '#17BECF',
 'khaki': '#F0E68C',
 'lavender': '#E6E6FA',
 'lavenderblush': '#FFF0F5',
 'lawngreen': '#7CFC00',
 'lemonchiffon': '#FFFACD',
 'lightblue': '#ADD8E6',
 'lightblue2': '#80b1d3',
 'lightcoral': '#F08080',
 'lightcyan': '#E0FFFF',
 'lightgoldenrodyellow': '#FAFAD2',
 'lightgray': '#D3D3D3',
 'lightgreen': '#90EE90',
 'lightgrey': '#D3D3D3',
 'lightivory': '#F6F6F6',
 'lightpink': '#FFB6C1',
 'lightpink2': '#fccde5',
 'lightpurple': '#bc80bd',
 'lightsalmon': '#FFA07A',
 'lightseagreen': '#20B2AA',
 'lightskyblue': '#87CEFA',
 'lightslategray': '#778899',
 'lightslategrey': '#778899',
 'lightsteelblue': '#B0C4DE',
 'lightteal': '#8dd3c7',
 'lightviolet': '#8476CA',
 'lightyellow': '#FFFFE0',
 'lime': '#00FF00',
 'lime2': '#8EBA42',
 'limegreen': '#32CD32',
 'linen': '#FAF0E6',
 'magenta': '#FF00FF',
 'maroon': '#800000',
 'mediumaquamarine': '#66CDAA',
 'mediumblue': '#0000CD',
 'mediumgray': '#656565',
 'mediumorchid': '#BA55D3',
 'mediumpurple': '#9370DB',
 'mediumseagreen': '#3CB371',
 'mediumslateblue': '#7B68EE',
 'mediumspringgreen': '#00FA9A',
 'mediumturquoise': '#48D1CC',
 'mediumvioletred': '#C71585',
 'midnightblue': '#191970',
 'mintcream': '#F5FFFA',
 'mistyrose': '#FFE4E1',
 'moccasin': '#FFE4B5',
 'mustard': '#FBC15E',
 'navajowhite': '#FFDEAD',
 'navy': '#000080',
 'oldlace': '#FDF5E6',
 'olive': '#808000',
 'olivedrab': '#6B8E23',
 'orange': '#ff9933',
 'orangered': '#FF4500',
 'orchid': '#DA70D6',
 'palegoldenrod': '#EEE8AA',
 'palegreen': '#98FB98',
 'paleolive': '#b3de69',
 'paleturquoise': '#AFEEEE',
 'palevioletred': '#DB7093',
 'papayawhip': '#FFEFD5',
 'peachpuff': '#FFDAB9',
 'pearl': '#D9D9D9',
 'pearl02': '#F5F6F9',
 'pearl03': '#E1E5ED',
 'pearl04': '#9499A3',
 'pearl05': '#6F7B8B',
 'pearl06': '#4D5663',
 'peru': '#CD853F',
 'pink': '#ff0088',
 'pinksalmon': '#FFB5B8',
 'plum': '#DDA0DD',
 'polar': '#ACAFB5',
 'polarblue': '#0080F0',
 'polarbluelight': '#46A0F0',
 'polarcyan': '#ADFCFC',
 'polardark': '#484848',
 'polardiv': '#D5D8DB',
 'polardust': '#F2F3F7',
 'polargreen': '#309054',
 'polargrey': '#505050',
 'polarorange': '#EE7600',
 'polarpurple': '#6262DE',
 'polarred': '#D94255',
 'powderblue': '#B0E0E6',
 'purple': '#800080',
 'red': '#db4052',
 'rose': '#FFC0CB',
 'rosybrown': '#BC8F8F',
 'royalblue': '#4169E1',
 'saddlebrown': '#8B4513',
 'salmon': '#fb8072',
 'sandybrown': '#FAA460',
 'seaborn': '#EAE7E4',
 'seagreen': '#2E8B57',
 'seashell': '#FFF5EE',
 'sienna': '#A0522D',
 'silver': '#C0C0C0',
 'skyblue': '#87CEEB',
 'slateblue': '#6A5ACD',
 'slategray': '#708090',
 'slategrey': '#708090',
 'smurf': '#3E6FB0',
 'snow': '#FFFAFA',
 'springgreen': '#00FF7F',
 'steelblue': '#4682B4',
 'tan': '#D2B48C',
 'teal': '#008080',
 'thistle': '#D8BFD8',
 'tomato': '#FF6347',
 'turquoise': '#40E0D0',
 'violet': '#EE82EE',
 'wheat': '#F5DEB3',
 'white': '#FFFFFF',
 'whitesmoke': '#F5F5F5',
 'yellow': '#ffff33',
 'yellowgreen': '#9ACD32'}

In [3]:
# HEX to RGB
cf.colors.hex_to_rgb('red')


Out[3]:
'rgb(219, 64, 82)'

In [4]:
# RGB to HEX
cf.colors.rgb_to_hex('rgb(219, 64, 82)')


Out[4]:
'#DB4052'

In [5]:
# RGB or HEX to RGBA (transparency)
cf.colors.to_rgba('#3780bf',.5), cf.colors.to_rgba('rgb(219, 64, 82)',.4)


Out[5]:
('rgba(55, 128, 191, 0.5)', 'rgba(219, 64, 82, 0.4)')

In [6]:
# RGBA to RGB (flatten transparency)
# By default assumes that the transparency color is *white*, however this can be also passed as a parameter. 
cf.colors.rgba_to_rgb('rgba(219, 64, 82, 0.4)','white')


Out[6]:
'rgb(240, 178, 185)'

Normalization


In [7]:
# Cufflinks.colors.normalize will always return the an hex value for all types of colors
colors=['#f08','rgb(240, 178, 185)','rgba(219, 64, 82, 0.4)','green']
[cf.colors.normalize(c) for c in colors]


Out[7]:
['#ff0088', '#F0B2B9', '#F0B2B9', '#008000']

Color Ranges

A range of colors can be generated using a base color and varying the saturation.


In [8]:
# 10 different tones of pink
cf.colors.color_range('pink',10)


Out[8]:
['#000000',
 '#33001b',
 '#660036',
 '#990051',
 '#cc006c',
 '#ff0088',
 '#ff329f',
 '#ff65b7',
 '#ff99cf',
 '#ffcce7',
 '#ffffff']

Color Tables

This function is meant to be used in an iPython Notebook. It generates an HTML table to display either a defined list of colors or to automatically generate a range of colors.


In [9]:
# Displaying a table of defined colors (list)
colors=['#f08', 'rgb(240, 178, 185)', 'blue' , '#32ab60']
cf.colors.color_table(colors)


  • #FF0088
  • #F0B2B9
  • #3780BF
  • #32AB60

In [10]:
# Generating 15 shades of orange
cf.colors.color_table('orange',15)


  • #FFFFFF
  • #FFEEDD
  • #FFDDBB
  • #FFCC99
  • #FFBB77
  • #FFAA55
  • #FF9933
  • #FF9932
  • #FF8810
  • #EE8E2F
  • #CC7A28
  • #AA6521
  • #88511B
  • #663D14
  • #44280D
  • #221406
  • #000000

Color Generators

A color generator can be used to produce shades of colors in an iterative form. For example when plotting N timeseries so the color used are as distinctive as possible.


In [11]:
# Create a generator using 3 defined base colors
colors=['green','orange','blue']
gen=cf.colors.colorgen(colors)
outputColors=[next(gen) for _ in range(15)]
cf.colors.color_table(outputColors)


  • #008000
  • #FF9933
  • #3780BF
  • #4B8CC5
  • #198C19
  • #FFA347
  • #FFAD5B
  • #5F99CB
  • #339933
  • #4CA64C
  • #FFB770
  • #73A6D2
  • #87B2D8
  • #66B266
  • #FFC184

In [12]:
# Create a generator with default set of colors
gen=cf.colors.colorgen()
outputColors=[next(gen) for _ in range(15)]
cf.colors.color_table(outputColors)


  • #FF9933
  • #3780BF
  • #32AB60
  • #800080
  • #DB4052
  • #008080
  • #FFFF33
  • #808000
  • #FB8072
  • #80B1D3
  • #8CB8D7
  • #FFA347
  • #4B8CC5
  • #46B36F
  • #8C198C

In [13]:
# We can see all available scales with
cf.get_scales()


Out[13]:
{'accent': ['rgb(127,201,127)',
  'rgb(190,174,212)',
  'rgb(253,192,134)',
  'rgb(255,255,153)',
  'rgb(56,108,176)',
  'rgb(240,2,127)',
  'rgb(191,91,23)',
  'rgb(102,102,102)'],
 'blues': ['rgb(247,251,255)',
  'rgb(222,235,247)',
  'rgb(198,219,239)',
  'rgb(158,202,225)',
  'rgb(107,174,214)',
  'rgb(66,146,198)',
  'rgb(33,113,181)',
  'rgb(8,81,156)',
  'rgb(8,48,107)'],
 'brbg': ['rgb(84,48,5)',
  'rgb(140,81,10)',
  'rgb(191,129,45)',
  'rgb(223,194,125)',
  'rgb(246,232,195)',
  'rgb(245,245,245)',
  'rgb(199,234,229)',
  'rgb(128,205,193)',
  'rgb(53,151,143)',
  'rgb(1,102,94)',
  'rgb(0,60,48)'],
 'bugn': ['rgb(247,252,253)',
  'rgb(229,245,249)',
  'rgb(204,236,230)',
  'rgb(153,216,201)',
  'rgb(102,194,164)',
  'rgb(65,174,118)',
  'rgb(35,139,69)',
  'rgb(0,109,44)',
  'rgb(0,68,27)'],
 'bupu': ['rgb(247,252,253)',
  'rgb(224,236,244)',
  'rgb(191,211,230)',
  'rgb(158,188,218)',
  'rgb(140,150,198)',
  'rgb(140,107,177)',
  'rgb(136,65,157)',
  'rgb(129,15,124)',
  'rgb(77,0,75)'],
 'dark2': ['rgb(27,158,119)',
  'rgb(217,95,2)',
  'rgb(117,112,179)',
  'rgb(231,41,138)',
  'rgb(102,166,30)',
  'rgb(230,171,2)',
  'rgb(166,118,29)',
  'rgb(102,102,102)'],
 'dflt': ['rgb(255, 153, 51)',
  'rgb(55, 128, 191)',
  'rgb(50, 171, 96)',
  'rgb(128, 0, 128)',
  'rgb(219, 64, 82)',
  'rgb(0, 128, 128)',
  'rgb(255, 255, 51)',
  'rgb(128, 128, 0)',
  'rgb(251, 128, 114)',
  'rgb(128, 177, 211)'],
 'ggplot': ['rgb(226, 74, 51)',
  'rgb(62, 111, 176)',
  'rgb(132, 118, 202)',
  'rgb(101, 101, 101)',
  'rgb(251, 193, 94)',
  'rgb(142, 186, 66)',
  'rgb(255, 181, 184)'],
 'gnbu': ['rgb(247,252,240)',
  'rgb(224,243,219)',
  'rgb(204,235,197)',
  'rgb(168,221,181)',
  'rgb(123,204,196)',
  'rgb(78,179,211)',
  'rgb(43,140,190)',
  'rgb(8,104,172)',
  'rgb(8,64,129)'],
 'greens': ['rgb(247,252,245)',
  'rgb(229,245,224)',
  'rgb(199,233,192)',
  'rgb(161,217,155)',
  'rgb(116,196,118)',
  'rgb(65,171,93)',
  'rgb(35,139,69)',
  'rgb(0,109,44)',
  'rgb(0,68,27)'],
 'greys': ['rgb(255,255,255)',
  'rgb(240,240,240)',
  'rgb(217,217,217)',
  'rgb(189,189,189)',
  'rgb(150,150,150)',
  'rgb(115,115,115)',
  'rgb(82,82,82)',
  'rgb(37,37,37)',
  'rgb(0,0,0)'],
 'oranges': ['rgb(255,245,235)',
  'rgb(254,230,206)',
  'rgb(253,208,162)',
  'rgb(253,174,107)',
  'rgb(253,141,60)',
  'rgb(241,105,19)',
  'rgb(217,72,1)',
  'rgb(166,54,3)',
  'rgb(127,39,4)'],
 'original': ['rgb(255, 153, 51)',
  'rgb(55, 128, 191)',
  'rgb(50, 171, 96)',
  'rgb(128, 0, 128)',
  'rgb(219, 64, 82)',
  'rgb(0, 128, 128)',
  'rgb(255, 255, 51)',
  'rgb(128, 128, 0)',
  'rgb(251, 128, 114)',
  'rgb(128, 177, 211)'],
 'orrd': ['rgb(255,247,236)',
  'rgb(254,232,200)',
  'rgb(253,212,158)',
  'rgb(253,187,132)',
  'rgb(252,141,89)',
  'rgb(239,101,72)',
  'rgb(215,48,31)',
  'rgb(179,0,0)',
  'rgb(127,0,0)'],
 'paired': ['rgb(166,206,227)',
  'rgb(31,120,180)',
  'rgb(178,223,138)',
  'rgb(51,160,44)',
  'rgb(251,154,153)',
  'rgb(227,26,28)',
  'rgb(253,191,111)',
  'rgb(255,127,0)',
  'rgb(202,178,214)',
  'rgb(106,61,154)',
  'rgb(255,255,153)',
  'rgb(177,89,40)'],
 'pastel1': ['rgb(251,180,174)',
  'rgb(179,205,227)',
  'rgb(204,235,197)',
  'rgb(222,203,228)',
  'rgb(254,217,166)',
  'rgb(255,255,204)',
  'rgb(229,216,189)',
  'rgb(253,218,236)',
  'rgb(242,242,242)'],
 'pastel2': ['rgb(179,226,205)',
  'rgb(253,205,172)',
  'rgb(203,213,232)',
  'rgb(244,202,228)',
  'rgb(230,245,201)',
  'rgb(255,242,174)',
  'rgb(241,226,204)',
  'rgb(204,204,204)'],
 'piyg': ['rgb(142,1,82)',
  'rgb(197,27,125)',
  'rgb(222,119,174)',
  'rgb(241,182,218)',
  'rgb(253,224,239)',
  'rgb(247,247,247)',
  'rgb(230,245,208)',
  'rgb(184,225,134)',
  'rgb(127,188,65)',
  'rgb(77,146,33)',
  'rgb(39,100,25)'],
 'plotly': ['rgb(31, 119, 180)',
  'rgb(255, 127, 14)',
  'rgb(44, 160, 44)',
  'rgb(214, 39, 40)',
  'rgb(148, 103, 189)',
  'rgb(140, 86, 75)',
  'rgb(227, 119, 194)',
  'rgb(127, 127, 127)',
  'rgb(188, 189, 34)',
  'rgb(23, 190, 207)'],
 'polar': ['rgb(0, 128, 240)',
  'rgb(238, 118, 0)',
  'rgb(48, 144, 84)',
  'rgb(98, 98, 222)',
  'rgb(217, 66, 85)',
  'rgb(173, 252, 252)',
  'rgb(70, 160, 240)'],
 'prgn': ['rgb(64,0,75)',
  'rgb(118,42,131)',
  'rgb(153,112,171)',
  'rgb(194,165,207)',
  'rgb(231,212,232)',
  'rgb(247,247,247)',
  'rgb(217,240,211)',
  'rgb(166,219,160)',
  'rgb(90,174,97)',
  'rgb(27,120,55)',
  'rgb(0,68,27)'],
 'pubu': ['rgb(255,247,251)',
  'rgb(236,231,242)',
  'rgb(208,209,230)',
  'rgb(166,189,219)',
  'rgb(116,169,207)',
  'rgb(54,144,192)',
  'rgb(5,112,176)',
  'rgb(4,90,141)',
  'rgb(2,56,88)'],
 'pubugn': ['rgb(255,247,251)',
  'rgb(236,226,240)',
  'rgb(208,209,230)',
  'rgb(166,189,219)',
  'rgb(103,169,207)',
  'rgb(54,144,192)',
  'rgb(2,129,138)',
  'rgb(1,108,89)',
  'rgb(1,70,54)'],
 'puor': ['rgb(127,59,8)',
  'rgb(179,88,6)',
  'rgb(224,130,20)',
  'rgb(253,184,99)',
  'rgb(254,224,182)',
  'rgb(247,247,247)',
  'rgb(216,218,235)',
  'rgb(178,171,210)',
  'rgb(128,115,172)',
  'rgb(84,39,136)',
  'rgb(45,0,75)'],
 'purd': ['rgb(247,244,249)',
  'rgb(231,225,239)',
  'rgb(212,185,218)',
  'rgb(201,148,199)',
  'rgb(223,101,176)',
  'rgb(231,41,138)',
  'rgb(206,18,86)',
  'rgb(152,0,67)',
  'rgb(103,0,31)'],
 'purples': ['rgb(252,251,253)',
  'rgb(239,237,245)',
  'rgb(218,218,235)',
  'rgb(188,189,220)',
  'rgb(158,154,200)',
  'rgb(128,125,186)',
  'rgb(106,81,163)',
  'rgb(84,39,143)',
  'rgb(63,0,125)'],
 'rdbu': ['rgb(103,0,31)',
  'rgb(178,24,43)',
  'rgb(214,96,77)',
  'rgb(244,165,130)',
  'rgb(253,219,199)',
  'rgb(247,247,247)',
  'rgb(209,229,240)',
  'rgb(146,197,222)',
  'rgb(67,147,195)',
  'rgb(33,102,172)',
  'rgb(5,48,97)'],
 'rdgy': ['rgb(103,0,31)',
  'rgb(178,24,43)',
  'rgb(214,96,77)',
  'rgb(244,165,130)',
  'rgb(253,219,199)',
  'rgb(255,255,255)',
  'rgb(224,224,224)',
  'rgb(186,186,186)',
  'rgb(135,135,135)',
  'rgb(77,77,77)',
  'rgb(26,26,26)'],
 'rdpu': ['rgb(255,247,243)',
  'rgb(253,224,221)',
  'rgb(252,197,192)',
  'rgb(250,159,181)',
  'rgb(247,104,161)',
  'rgb(221,52,151)',
  'rgb(174,1,126)',
  'rgb(122,1,119)',
  'rgb(73,0,106)'],
 'rdylbu': ['rgb(165,0,38)',
  'rgb(215,48,39)',
  'rgb(244,109,67)',
  'rgb(253,174,97)',
  'rgb(254,224,144)',
  'rgb(255,255,191)',
  'rgb(224,243,248)',
  'rgb(171,217,233)',
  'rgb(116,173,209)',
  'rgb(69,117,180)',
  'rgb(49,54,149)'],
 'rdylgn': ['rgb(165,0,38)',
  'rgb(215,48,39)',
  'rgb(244,109,67)',
  'rgb(253,174,97)',
  'rgb(254,224,139)',
  'rgb(255,255,191)',
  'rgb(217,239,139)',
  'rgb(166,217,106)',
  'rgb(102,189,99)',
  'rgb(26,152,80)',
  'rgb(0,104,55)'],
 'reds': ['rgb(255,245,240)',
  'rgb(254,224,210)',
  'rgb(252,187,161)',
  'rgb(252,146,114)',
  'rgb(251,106,74)',
  'rgb(239,59,44)',
  'rgb(203,24,29)',
  'rgb(165,15,21)',
  'rgb(103,0,13)'],
 'set1': ['rgb(228,26,28)',
  'rgb(55,126,184)',
  'rgb(77,175,74)',
  'rgb(152,78,163)',
  'rgb(255,127,0)',
  'rgb(255,255,51)',
  'rgb(166,86,40)',
  'rgb(247,129,191)',
  'rgb(153,153,153)'],
 'set2': ['rgb(102,194,165)',
  'rgb(252,141,98)',
  'rgb(141,160,203)',
  'rgb(231,138,195)',
  'rgb(166,216,84)',
  'rgb(255,217,47)',
  'rgb(229,196,148)',
  'rgb(179,179,179)'],
 'set3': ['rgb(141,211,199)',
  'rgb(255,255,179)',
  'rgb(190,186,218)',
  'rgb(251,128,114)',
  'rgb(128,177,211)',
  'rgb(253,180,98)',
  'rgb(179,222,105)',
  'rgb(252,205,229)',
  'rgb(217,217,217)',
  'rgb(188,128,189)',
  'rgb(204,235,197)',
  'rgb(255,237,111)'],
 'spectral': ['rgb(158,1,66)',
  'rgb(213,62,79)',
  'rgb(244,109,67)',
  'rgb(253,174,97)',
  'rgb(254,224,139)',
  'rgb(255,255,191)',
  'rgb(230,245,152)',
  'rgb(171,221,164)',
  'rgb(102,194,165)',
  'rgb(50,136,189)',
  'rgb(94,79,162)'],
 'ylgn': ['rgb(255,255,229)',
  'rgb(247,252,185)',
  'rgb(217,240,163)',
  'rgb(173,221,142)',
  'rgb(120,198,121)',
  'rgb(65,171,93)',
  'rgb(35,132,67)',
  'rgb(0,104,55)',
  'rgb(0,69,41)'],
 'ylgnbu': ['rgb(255,255,217)',
  'rgb(237,248,177)',
  'rgb(199,233,180)',
  'rgb(127,205,187)',
  'rgb(65,182,196)',
  'rgb(29,145,192)',
  'rgb(34,94,168)',
  'rgb(37,52,148)',
  'rgb(8,29,88)'],
 'ylorbr': ['rgb(255,255,229)',
  'rgb(255,247,188)',
  'rgb(254,227,145)',
  'rgb(254,196,79)',
  'rgb(254,153,41)',
  'rgb(236,112,20)',
  'rgb(204,76,2)',
  'rgb(153,52,4)',
  'rgb(102,37,6)'],
 'ylorrd': ['rgb(255,255,204)',
  'rgb(255,237,160)',
  'rgb(254,217,118)',
  'rgb(254,178,76)',
  'rgb(253,141,60)',
  'rgb(252,78,42)',
  'rgb(227,26,28)',
  'rgb(189,0,38)',
  'rgb(128,0,38)']}

In [14]:
# Other color scales can be also seen here
cf.colors.scales()


accent
blues
brbg
bugn
bupu
dark2
dflt
ggplot
gnbu
greens
greys
oranges
original
orrd
paired
pastel1
pastel2
piyg
plotly
polar
prgn
pubu
pubugn
puor
purd
purples
rdbu
rdgy
rdpu
rdylbu
rdylgn
reds
set1
set2
set3
spectral
ylgn
ylgnbu
ylorbr
ylorrd

In [15]:
colorscale=cf.colors.get_scales('accent')
cf.colors.color_table(colorscale)


  • #7FC97F
  • #BEAED4
  • #FDC086
  • #FFFF99
  • #386CB0
  • #F0027F
  • #BF5B17
  • #666666